{% extends 'base_dashboard.html' %} {% block title %}{{ action }} — {{ site_settings.institute_name }}{% endblock %} {% block content %}

{{ action }}

Categories help learners filter courses and certifications

Back
{% csrf_token %}
{{ form.name }} {% if form.name.errors %}
{{ form.name.errors.0 }}
{% endif %}
{{ form.description }}
{{ form.applies_to }}
{{ form.order }}
{{ form.is_active }}
{% endblock %}